.seo-text {
  text-align: center;
  font: 12px/20px 'GothamPro', sans-serif;
  color: #666;
  padding-bottom: 32px; }
  .seo-text h2 {
    color: #656C6F;
    font: 24px/20px 'GothamProBold', sans-serif;
    margin: 20px 0 24px; }

.footer {
  background: #656C6F; }
  .footer > .container {
    padding-bottom: 15px; }
    @media (min-width: 1200px) {
      .footer > .container {
        width: 940px; } }
  .footer,
  .footer a {
    color: white; }
  .footer__title {
    display: block;
    padding-top: 30px;
    font: 12px/18px 'GothamPro', sans-serif;
    font-size: 18px; }
  .footer__title--sm {
    font-size: 16px; }
    .footer__title img {
      float: left;
      margin-left: -53px;
      width: 42px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .footer__title img {
          margin-left: -33px;
          width: 25px; } }
      @media (max-width: 991px) {
        .footer__title img {
          display: none; } }
  .footer__office {
    font-size: 16px;
  }
  .footer__info-item,
  .footer p {
    font: 12px/18px 'GothamPro', sans-serif;
    display: inline-block;
    margin-top: 5px;
    font-weight: 400;
    vertical-align: top; }
  .footer__info-item + .footer__title {
    padding-top: 15px; }
  .footer__payment-methods-block {
    display: block;
    padding-top: 15px;
    opacity: 1; }
  .footer__payment-method {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
  }
  .footer__payment-method img {
    height: 40px;
  }
  .footer__payment-method--visa {
    width: 62px;
    height: 19px;
    background: url(../img/sprite.svg) 0 48.27586% no-repeat; }
  .footer__payment-method--mastercard {
    width: 50px;
    height: 30px;
    background: url(../img/sprite.svg) 0 68% no-repeat; }
  .footer__payment-method--ya-money {
    width: 58px;
    height: 25px;
    background: url(../img/sprite.svg) 0 56.86275% no-repeat; }
  .footer .social-links-block {
    padding-top: 15px; }
    .footer .social-links-block .social-link {
      width: 37px;
      height: 37px;
      display: inline-block;
      margin-right: 15px;
      position: relative; }
      .footer .social-links-block .social-link:before, .footer .social-links-block .social-link:after {
        content: '';
        position: absolute;
        width: 37px;
        height: 37px; }
      .footer .social-links-block .social-link:after {
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
      .footer .social-links-block .social-link:hover:after {
        opacity: 1; }
      .footer .social-links-block .social-link--tw:before {
        background: url(../img/sprite.svg) 83.33333% 98.76543% no-repeat; }
      .footer .social-links-block .social-link--tw:hover:after {
        background: url(../img/sprite.svg) 42.22222% 98.76543% no-repeat; }
      .footer .social-links-block .social-link--fb:before {
        background: url(../img/sprite.svg) 14.81481% 98.76543% no-repeat; }
      .footer .social-links-block .social-link--fb:hover:after {
        background: url(../img/sprite.svg) 28.51852% 98.76543% no-repeat; }
      .footer .social-links-block .social-link--vk:before {
        background: url(../img/sprite.svg) 55.92593% 98.76543% no-repeat; }
      .footer .social-links-block .social-link--vk:hover:after {
        background: url(../img/sprite.svg) 69.62963% 98.76543% no-repeat; }
      .footer .social-links-block .social-link--telegram:before {
        background: url(../img/telegram.svg) 0% 0 no-repeat; }
      .footer .social-links-block .social-link--telegram:hover:after {
        background: url(../img/telegram.svg) 100% 0 no-repeat; }
      .footer .social-links-block .social-link:hover {
        color: white; }
  @media (max-width: 767px) {
    .footer {
      text-align: center; } }

.mstudio {
  text-decoration: underline; }